From ba5934459475af37fe71e4c6ccff2ac1826576c2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C3=98yvind=20Kol=C3=A5s?= Date: Sat, 8 Oct 2005 10:44:28 +0000 Subject: [PATCH] added missing argument --- ChangeLog | 5 +++++ docs/index-static.html.in | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index ffc0285..08c929c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-10-08 Øyvind Kolås + + * docs/index-static.html.in: Fixed the second processing example. ( + added missing pixel_count) + 2005-09-27 Øyvind Kolås * babl/babl-classes.h: Added time consumption instrumentation to diff --git a/docs/index-static.html.in b/docs/index-static.html.in index d0ec866..ecc5e63 100644 --- a/docs/index-static.html.in +++ b/docs/index-static.html.in @@ -253,7 +253,8 @@ babl_image ("Y'", luma_buffer, 1, 0, "Cb", cb_buffer, 1, 0, "Cr", cr_buffer, 1, 0, - NULL); + NULL), + pixel_count); -- 2.30.2